Skip to content

Commit

Permalink
Update cache-new-object-class.js
Browse files Browse the repository at this point in the history
Summary: This test was missed because of a land race.

Reviewed By: fbmal7

Differential Revision: D70673191

fbshipit-source-id: e0e1559fc196bf2e7f08481aaec596b5e883e876
  • Loading branch information
neildhar authored and facebook-github-bot committed Mar 6, 2025
1 parent 08da9fd commit c24a798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Optimizer/cache-new-object-class.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ new A();
// CHECK-NEXT: StoreFrameInst %0: environment, %1: object, [%VS0.<instElemInitFunc:A>]: object
// CHECK-NEXT: %3 = AllocStackInst (:object) $?anon_1_clsPrototype: any
// CHECK-NEXT: %4 = CreateClassInst (:object) %0: environment, %VS0: any, %A(): functionCode, empty: any, %3: object
// CHECK-NEXT: %5 = CreateThisInst (:object) %4: object, empty: any
// CHECK-NEXT: %5 = CreateThisInst (:object) %4: object, %4: object
// CHECK-NEXT: %6 = CallInst (:undefined) %4: object, %A(): functionCode, true: boolean, %0: environment, %4: object, %5: object
// CHECK-NEXT: ReturnInst %5: object
// CHECK-NEXT:function_end
Expand Down

0 comments on commit c24a798

Please sign in to comment.