[PATCH] D57592: Replace uses of %T with %t in from previous frontend test differential

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 2 15:16:19 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL352971: Replace uses of %T with %t in from previous frontend test differential (authored by nico, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D57592?vs=184768&id=184921#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57592/new/

https://reviews.llvm.org/D57592

Files:
  cfe/trunk/test/Frontend/output-failures.c
  cfe/trunk/test/Frontend/stats-file.c


Index: cfe/trunk/test/Frontend/stats-file.c
===================================================================
--- cfe/trunk/test/Frontend/stats-file.c
+++ cfe/trunk/test/Frontend/stats-file.c
@@ -4,5 +4,5 @@
 //  ... here come some json values ...
 // CHECK: }
 
-// RUN: %clang_cc1 -emit-llvm -o %t -stats-file=%T/doesnotexist/bla %s 2>&1 | FileCheck -check-prefix=OUTPUTFAIL %s
+// RUN: %clang_cc1 -emit-llvm -o %t -stats-file=%t/doesnotexist/bla %s 2>&1 | FileCheck -check-prefix=OUTPUTFAIL %s
 // OUTPUTFAIL: warning: unable to open statistics output file '{{.*}}doesnotexist{{.}}bla': '{{[Nn]}}o such file or directory'
Index: cfe/trunk/test/Frontend/output-failures.c
===================================================================
--- cfe/trunk/test/Frontend/output-failures.c
+++ cfe/trunk/test/Frontend/output-failures.c
@@ -1,4 +1,4 @@
-// RUN: not %clang_cc1 -emit-llvm -o %T/doesnotexist/somename %s 2> %t
+// RUN: not %clang_cc1 -emit-llvm -o %t/doesnotexist/somename %s 2> %t
 // RUN: FileCheck -check-prefix=OUTPUTFAIL -input-file=%t %s
 
 // OUTPUTFAIL: error: unable to open output file '{{.*}}doesnotexist{{.}}somename': '{{[nN]}}o such file or directory'


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57592.184921.patch
Type: text/x-patch
Size: 1180 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190202/286cb094/attachment.bin>


More information about the llvm-commits mailing list