From 7895a4e6d569b3bf4362f8e9d998b7a6ecea9c78 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Sun, 28 Jun 2020 20:17:56 -0700 Subject: [PATCH] test: unixise path for Parse.source_locs (NFCI) Use the Unix style path for the test. --- test/Parse/source_locs.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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