Update test file.

This commit is contained in:
Eric Christopher 2020-06-19 23:13:28 -07:00
parent 25ed42f05d
commit 16897e47ba
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
// RUN: echo "^std::.*$" > %T/allowed-list.txt
// RUN: clang-change-namespace -old_namespace "na::nb" -new_namespace "x::y" --file_pattern ".*" --allowed_file %T/white-list.txt %s -- | sed 's,// CHECK.*,,' | FileCheck %s
// 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"