diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2020-01-02 22:45:48 -0500 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-01-03 00:26:12 -0500 |
| commit | 695c8f756b7ef12c4e8993720503b9c6d2242689 (patch) | |
| tree | 477bd6c3482558abbd26a4844500067af9b3d317 /src/main.cpp | |
| parent | f83411b0b1b857c7f8679e3b90d2093ba60621d4 (diff) | |
| download | zig-695c8f756b7ef12c4e8993720503b9c6d2242689.tar.gz zig-695c8f756b7ef12c4e8993720503b9c6d2242689.zip | |
add test harness for "run translated C" tests
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 43a89b4efe..ea9f089072 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -43,7 +43,6 @@ static int print_full_usage(const char *arg0, FILE *file, int return_code) { " libc [paths_file] Display native libc paths file or validate one\n" " run [source] [-- [args]] create executable and run immediately\n" " translate-c [source] convert c code to zig code\n" - " translate-c-2 [source] experimental self-hosted translate-c\n" " targets list available compilation targets\n" " test [source] create and run a test build\n" " version print version number and exit\n" |
