diff --git a/test/Parse/source_locs.swift b/test/Parse/source_locs.swift index 98e96eb76a4bc..390b85c7efe3b 100644 --- a/test/Parse/source_locs.swift +++ b/test/Parse/source_locs.swift @@ -5,7 +5,7 @@ func string_interpolation() { <#Int#> } -// RUN: not %target-swift-frontend -dump-ast %s | %FileCheck %s -// CHECK: (interpolated_string_literal_expr {{.*}} trailing_quote_loc=SOURCE_DIR{{/|\\}}test{{/|\\}}Parse{{/|\\}}source_locs.swift:4:12 {{.*}} -// CHECK: (editor_placeholder_expr type='()' {{.*}} trailing_angle_bracket_loc=SOURCE_DIR{{/|\\}}test{{/|\\}}Parse{{/|\\}}source_locs.swift:5:9 +// RUN: not %target-swift-frontend -dump-ast %/s | %FileCheck %s +// CHECK: (interpolated_string_literal_expr {{.*}} trailing_quote_loc=SOURCE_DIR/test/Parse/source_locs.swift:4:12 {{.*}} +// CHECK: (editor_placeholder_expr type='()' {{.*}} trailing_angle_bracket_loc=SOURCE_DIR/test/Parse/source_locs.swift:5:9