summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-09-26 00:29:14 +0200
committerMatthias Melcher <github@matthiasm.com>2023-09-26 00:29:26 +0200
commit0a2f05a2fe2898ee1407319a6764018fdf54e562 (patch)
treec71eb3a9c9bbab15b38730bde6b0f4a429e62c02 /test
parentb8fa522ca42407515f28dcdba4caddefe211ca27 (diff)
FLUID: Fixes regression #777
Wrote wrong path in #inlude statement under certain conditions. Also removed 'snap' tag if not needed.
Diffstat (limited to 'test')
-rw-r--r--test/CubeViewUI.fl5
-rw-r--r--test/checkers_pieces.fl5
-rw-r--r--test/fast_slow.fl5
-rw-r--r--test/inactive.fl5
-rw-r--r--test/keyboard_ui.fl5
-rw-r--r--test/mandelbrot_ui.fl5
-rw-r--r--test/preferences.fl5
-rw-r--r--test/radio.fl5
-rw-r--r--test/resize.fl5
-rw-r--r--test/tabs.fl5
-rw-r--r--test/tree.fl5
-rw-r--r--test/valuators.fl5
12 files changed, 0 insertions, 60 deletions
diff --git a/test/CubeViewUI.fl b/test/CubeViewUI.fl
index 29730c674..d07451cc7 100644
--- a/test/CubeViewUI.fl
+++ b/test/CubeViewUI.fl
@@ -2,11 +2,6 @@
version 1.0400
header_name {.h}
code_name {.cxx}
-snap {
- ver 1
- current_suite FLTK
- current_preset 1
-}
class CubeViewUI {open
} {
Function {CubeViewUI()} {open
diff --git a/test/checkers_pieces.fl b/test/checkers_pieces.fl
index abe2184ff..8cd09e9b5 100644
--- a/test/checkers_pieces.fl
+++ b/test/checkers_pieces.fl
@@ -2,11 +2,6 @@
version 1.0400
header_name {.h}
code_name {.cxx}
-snap {
- ver 1
- current_suite FLTK
- current_preset 0
-}
comment {//
// Checkers images for the Fast Light Tool Kit (FLTK).
//
diff --git a/test/fast_slow.fl b/test/fast_slow.fl
index b78cd4b94..fb40f050e 100644
--- a/test/fast_slow.fl
+++ b/test/fast_slow.fl
@@ -2,11 +2,6 @@
version 1.0400
header_name {.h}
code_name {.cxx}
-snap {
- ver 1
- current_suite FLTK
- current_preset 1
-}
Function {} {open
} {
Fl_Window {} {open selected
diff --git a/test/inactive.fl b/test/inactive.fl
index c19b50a20..824a713bd 100644
--- a/test/inactive.fl
+++ b/test/inactive.fl
@@ -2,11 +2,6 @@
version 1.0400
header_name {.h}
code_name {.cxx}
-snap {
- ver 1
- current_suite FLTK
- current_preset 1
-}
Function {} {open
} {
Fl_Window {} {open
diff --git a/test/keyboard_ui.fl b/test/keyboard_ui.fl
index 425b05f4b..c0d29f3fd 100644
--- a/test/keyboard_ui.fl
+++ b/test/keyboard_ui.fl
@@ -2,11 +2,6 @@
version 1.0400
header_name {.h}
code_name {.cxx}
-snap {
- ver 1
- current_suite FLTK
- current_preset 1
-}
Function {make_window()} {open
} {
Fl_Window my_window {open
diff --git a/test/mandelbrot_ui.fl b/test/mandelbrot_ui.fl
index 180a6fcb0..0c289e6f6 100644
--- a/test/mandelbrot_ui.fl
+++ b/test/mandelbrot_ui.fl
@@ -2,11 +2,6 @@
version 1.0400
header_name {.h}
code_name {.cxx}
-snap {
- ver 1
- current_suite FLTK
- current_preset 0
-}
decl {\#include "mandelbrot.h"} {public local
}
diff --git a/test/preferences.fl b/test/preferences.fl
index e4fb3c5ca..d61c580d8 100644
--- a/test/preferences.fl
+++ b/test/preferences.fl
@@ -7,11 +7,6 @@ i18n_gnu_function gettext
i18n_gnu_static_function gettext_noop
header_name {.h}
code_name {.cxx}
-snap {
- ver 1
- current_suite FLTK
- current_preset 0
-}
comment {About test/preferences:
The preferences app shows two features of FLTK and FLUID.
diff --git a/test/radio.fl b/test/radio.fl
index a30df6821..13ef9bfd0 100644
--- a/test/radio.fl
+++ b/test/radio.fl
@@ -2,11 +2,6 @@
version 1.0400
header_name {.h}
code_name {.cxx}
-snap {
- ver 1
- current_suite FLTK
- current_preset 1
-}
Function {button_cb(Fl_Button *b, void *)} {
comment {Buttons test callback} open private return_type void
} {
diff --git a/test/resize.fl b/test/resize.fl
index 0b93d2c0a..818277786 100644
--- a/test/resize.fl
+++ b/test/resize.fl
@@ -2,11 +2,6 @@
version 1.0400
header_name {.h}
code_name {.cxx}
-snap {
- ver 1
- current_suite FLTK
- current_preset 1
-}
Function {} {open
} {
Fl_Window {} {open selected
diff --git a/test/tabs.fl b/test/tabs.fl
index 56aec468b..25a610b9d 100644
--- a/test/tabs.fl
+++ b/test/tabs.fl
@@ -2,11 +2,6 @@
version 1.0400
header_name {.h}
code_name {.cxx}
-snap {
- ver 1
- current_suite FLTK
- current_preset 0
-}
Function {} {open
} {
Fl_Window foo_window {
diff --git a/test/tree.fl b/test/tree.fl
index 02f22474e..a48be0284 100644
--- a/test/tree.fl
+++ b/test/tree.fl
@@ -2,11 +2,6 @@
version 1.0400
header_name {.h}
code_name {.cxx}
-snap {
- ver 1
- current_suite FLTK
- current_preset 1
-}
decl {\#include <stdio.h>} {public global
}
diff --git a/test/valuators.fl b/test/valuators.fl
index c9b8bce58..a8dcff87f 100644
--- a/test/valuators.fl
+++ b/test/valuators.fl
@@ -2,11 +2,6 @@
version 1.0400
header_name {.h}
code_name {.cxx}
-snap {
- ver 1
- current_suite FLTK
- current_preset 0
-}
decl {\#include <FL/Fl_Simple_Terminal.H>} {public global
}