mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
481bb717d7
We want to have the defacto standard syntax for labels ("L:" instead of "label L;"), and fix some known bugs, before we enable this again. The code is left intact (#ifdef'ed SP_GOTO) and the test cases are kept in sp-goto.test, for the future...
13 lines
440 B
Modula-2
13 lines
440 B
Modula-2
##############################################################################
|
|
#
|
|
# List the test cases that are to be disabled temporarely.
|
|
#
|
|
# Separate the test case name and the comment with ':'.
|
|
#
|
|
# <testcasename> : Comment test
|
|
#
|
|
# Don't use any TAB characters for whitespace.
|
|
#
|
|
##############################################################################
|
|
|
|
sp-goto:GOTO is currently is disabled - will be fixed in the future
|