From 1421536bb40e231b59cfbafa87e2c23ef5e86c4e Mon Sep 17 00:00:00 2001 From: al1-ce Date: Thu, 4 Jul 2024 20:27:42 +0300 Subject: Fix variable names, arg order and compile config --- tests/projects/vala/includec/src/printer.vala | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/projects/vala/includec/src/printer.vala b/tests/projects/vala/includec/src/printer.vala index 998bb7a5c..4599c3529 100644 --- a/tests/projects/vala/includec/src/printer.vala +++ b/tests/projects/vala/includec/src/printer.vala @@ -1,5 +1,3 @@ -using Glib; - void printer_from_other_file() { stdout.printf("Calling from other file"); } -- cgit v1.3.1