summaryrefslogtreecommitdiff
path: root/tests/projects/vala
diff options
context:
space:
mode:
authoral1-ce <[email protected]>2024-07-04 20:27:42 +0300
committeral1-ce <[email protected]>2024-07-04 20:27:42 +0300
commit1421536bb40e231b59cfbafa87e2c23ef5e86c4e (patch)
treeed54c8ac4ed8b3d2dbd2dcc89eee9b54d48402b2 /tests/projects/vala
parent6c17a5c75bacaedc84ceecdcb7c4045bea972e37 (diff)
Fix variable names, arg order and compile config
Diffstat (limited to 'tests/projects/vala')
-rw-r--r--tests/projects/vala/includec/src/printer.vala2
1 files changed, 0 insertions, 2 deletions
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");
}