We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34cb340 commit da18f77Copy full SHA for da18f77
src/tests/running.md
@@ -357,14 +357,14 @@ $ apt install libgccjit-12-dev
357
Now you can run the following command:
358
359
```bash
360
-$ ./x.py test compiler/rustc_codegen_gcc/
+$ ./x test compiler/rustc_codegen_gcc/
361
```
362
363
If it cannot find the `.so` library (if you installed it with `apt` for example), you
364
need to pass the library file path with `LIBRARY_PATH`:
365
366
367
-$ LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/ ./x.py test compiler/rustc_codegen_gcc/
+$ LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/ ./x test compiler/rustc_codegen_gcc/
368
369
370
If you encounter bugs or problems, don't hesitate to open issues on
0 commit comments