diff --git a/test/fixtures/source-map/output/source_map_throw_class_method.snapshot b/test/fixtures/source-map/output/source_map_throw_class_method.snapshot index a0f79e1babdf..2d3ec0765fdf 100644 --- a/test/fixtures/source-map/output/source_map_throw_class_method.snapshot +++ b/test/fixtures/source-map/output/source_map_throw_class_method.snapshot @@ -2,5 +2,5 @@ Error: This is a test at Foo.bar (/test/fixtures/source-map/throw-class-method.js:3:11) at Object. (/test/fixtures/source-map/throw-class-method.js:12:7) Error: This is a test - at Bar.bar (/test/fixtures/source-map/throw-class-method.js:3:11) + at Object.bar (/test/fixtures/source-map/throw-class-method.js:3:11) at Object. (/test/fixtures/source-map/throw-class-method.js:19:7)