Skip to content
Snippets Groups Projects
Commit 502c8752 authored by Matthias Braun's avatar Matthias Braun
Browse files

Fix test on windows

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@282438 91177308-0d34-0410-b5e6-96231b3b80d8
parent 96f1dbf7
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,8 @@
// NO-STATS-NO: -stats-file
// RUN: %clang -target x86_64-apple-darwin -save-stats=obj -c -o obj/dir/save-stats.o %s -### 2>&1 | FileCheck %s -check-prefix=CHECK-OBJ
// CHECK-OBJ: "-stats-file=obj/dir{{.}}save-stats.stats"
// CHECK-OBJ: "-o" "obj/dir{{.}}save-stats.o"
// CHECK-OBJ: "-stats-file=obj/dir{{/|\\\\}}save-stats.stats"
// CHECK-OBJ: "-o" "obj/dir{{/|\\\\}}save-stats.o"
// RUN: %clang -target x86_64-apple-darwin -save-stats=obj -c %s -### 2>&1 | FileCheck %s -check-prefix=CHECK-OBJ-NOO
// CHECK-OBJ-NOO: "-stats-file=save-stats.stats"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment