aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2020-01-02 22:45:48 -0500
committerAndrew Kelley <andrew@ziglang.org>2020-01-03 00:26:12 -0500
commit695c8f756b7ef12c4e8993720503b9c6d2242689 (patch)
tree477bd6c3482558abbd26a4844500067af9b3d317 /src/main.cpp
parentf83411b0b1b857c7f8679e3b90d2093ba60621d4 (diff)
downloadzig-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.cpp1
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"