We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
example_dir
1 parent a37027e commit cdf8adcCopy full SHA for cdf8adc
llvm/utils/lit/tests/Inputs/shtest-glob/example_dir1.input/empty
llvm/utils/lit/tests/Inputs/shtest-glob/example_dir2.input/empty
llvm/utils/lit/tests/Inputs/shtest-glob/glob-mkdir.txt
@@ -3,8 +3,5 @@
3
## This mkdir should fail because the `example_file*.input`s are regular files.
4
# RUN: not mkdir %S/example_file*.input
5
6
-# RUN: mkdir %S/example_dir1.new
7
-# RUN: mkdir %S/example_dir2.new
8
-
9
-## This mkdir should succeed (so RUN should fail) because the `example_dir*.news` that already exist are directories.
10
-# RUN: not mkdir %S/example_dir*.new
+## This mkdir should succeed (so RUN should fail) because the `example_dir*.input`s that already exist are directories.
+# RUN: not mkdir %S/example_dir*.input
0 commit comments