aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/self_hosted.zig15
1 files changed, 2 insertions, 13 deletions
diff --git a/test/self_hosted.zig b/test/self_hosted.zig
index 294887f00c..bb2eec814a 100644
--- a/test/self_hosted.zig
+++ b/test/self_hosted.zig
@@ -4,22 +4,11 @@ const str = std.str;
const cstr = std.cstr;
const other = @import("other.zig");
-#attribute("test")
-fn empty_function() {}
-
-
-
-/**
- * multi line doc comment
- */
+// normal comment
/// this is a documentation comment
/// doc comment line 2
#attribute("test")
-fn comments() {
- comments_f1(/* mid-line comment /* nested */ */ "OK\n");
-}
-
-fn comments_f1(s: []u8) {}
+fn empty_function_with_comments() {}
#attribute("test")