OSDN Git Service

Update redirected output file.
authorEric Christopher <echristo@gmail.com>
Sat, 20 Jun 2020 06:30:16 +0000 (23:30 -0700)
committerEric Christopher <echristo@gmail.com>
Sat, 20 Jun 2020 06:30:16 +0000 (23:30 -0700)
clang-tools-extra/test/clang-change-namespace/allow-list.cpp

index 3f93cb7..7a941dc 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: echo "^std::.*$" > %T/allowed-list.txt
+// RUN: echo "^std::.*$" > %T/allow-list.txt
 // RUN: clang-change-namespace -old_namespace "na::nb" -new_namespace "x::y" --file_pattern ".*" --allowed_file %T/allow-list.txt %s -- | sed 's,// CHECK.*,,' | FileCheck %s
 
 #include "Inputs/fake-std.h"