From 3a169d54dc4bc71771e7e49cdffa006b35adc87c Mon Sep 17 00:00:00 2001 From: Turiiya Date: Thu, 11 Apr 2024 04:22:14 +0200 Subject: [PATCH] enable tests --- cmd/tools/vtest-self.v | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/tools/vtest-self.v b/cmd/tools/vtest-self.v index e374b8c861eca3..f0fdb68cd870b9 100644 --- a/cmd/tools/vtest-self.v +++ b/cmd/tools/vtest-self.v @@ -278,7 +278,6 @@ const skip_on_linux = [ ] const skip_on_non_linux = [ 'do_not_remove', - 'cmd/tools/vdoc/tests/vdoc_file_test.v', // order of output is not as expected ] const skip_on_windows_msvc = [ 'do_not_remove',