diff options
Diffstat (limited to 'build.zig')
-rw-r--r-- | build.zig | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -297,10 +297,6 @@ const exercises = [_]Exercise{ .main_file = "057_unions3.zig", .output = "Insect report! Ant alive is: true. Bee visited 17 flowers.", }, - .{ - .main_file = "057_unions3.zig", - .output = "Insect report! Ant alive is: true. Bee visited 17 flowers.", - }, }; /// Check the zig version to make sure it can compile the examples properly. |