mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 15:45:57 +02:00
* test has to fail: add { %fail } and moved to webtbf
git-svn-id: trunk@22803 -
This commit is contained in:
parent
5d28872a21
commit
439741178d
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -11883,6 +11883,7 @@ tests/webtbf/tw2273.pp svneol=native#text/plain
|
||||
tests/webtbf/tw2281.pp svneol=native#text/plain
|
||||
tests/webtbf/tw2285.pp svneol=native#text/plain
|
||||
tests/webtbf/tw22941.pp svneol=native#text/plain
|
||||
tests/webtbf/tw23110.pp svneol=native#text/plain
|
||||
tests/webtbf/tw2357.pp svneol=native#text/plain
|
||||
tests/webtbf/tw2359.pp svneol=native#text/plain
|
||||
tests/webtbf/tw2362.pp svneol=native#text/plain
|
||||
@ -12930,7 +12931,6 @@ tests/webtbs/tw2305.pp svneol=native#text/plain
|
||||
tests/webtbs/tw2306.pp svneol=native#text/plain
|
||||
tests/webtbs/tw2307.pp svneol=native#text/plain
|
||||
tests/webtbs/tw2311.pp svneol=native#text/plain
|
||||
tests/webtbs/tw23110.pp svneol=native#text/plain
|
||||
tests/webtbs/tw2317.pp svneol=native#text/plain
|
||||
tests/webtbs/tw2318.pp svneol=native#text/plain
|
||||
tests/webtbs/tw2318b.pp svneol=native#text/plain
|
||||
|
@ -1,3 +1,5 @@
|
||||
{ %fail }
|
||||
|
||||
type TTest = object
|
||||
constructor Init;
|
||||
end;
|
Loading…
Reference in New Issue
Block a user