Просмотр исходного кода

fix test, update dev build to latest

Jonathan Marler 6 месяцев назад
Родитель
Сommit
67643d6335
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      test.zig

+ 1 - 1
test.zig

@@ -348,7 +348,7 @@ pub fn main() !u8 {
     // NOTE: this test will eventually break when these builds are cleaned up,
     //       we should support downloading from bazel and use that instead since
     //       it should be more permanent
-    try runNoCapture(zigup_args ++ &[_][]const u8{ "0.14.0-dev.14+ec337051a" });
+    try runNoCapture(zigup_args ++ &[_][]const u8{ "0.14.0-dev.1550+4fba7336a" });
 
     std.log.info("Success", .{});
     return 0;