diff options
Diffstat (limited to 'third_party/git/t/t4034/fortran')
-rw-r--r-- | third_party/git/t/t4034/fortran/expect | 10 | ||||
-rw-r--r-- | third_party/git/t/t4034/fortran/post | 5 | ||||
-rw-r--r-- | third_party/git/t/t4034/fortran/pre | 5 |
3 files changed, 0 insertions, 20 deletions
diff --git a/third_party/git/t/t4034/fortran/expect b/third_party/git/t/t4034/fortran/expect deleted file mode 100644 index b233dbd62167..000000000000 --- a/third_party/git/t/t4034/fortran/expect +++ /dev/null @@ -1,10 +0,0 @@ -<BOLD>diff --git a/pre b/post<RESET> -<BOLD>index 87f0d0b..d308da2 100644<RESET> -<BOLD>--- a/pre<RESET> -<BOLD>+++ b/post<RESET> -<CYAN>@@ -1,5 +1,5 @@<RESET> -print *, "Hello World<RED>!<RESET><GREEN>?<RESET>" - -DO10I = 1,10<RESET> -<RED>DO10I<RESET><GREEN>DO 10 I<RESET> = 1,10 -<RED>DO10I<RESET><GREEN>DO 1 0 I<RESET> = 1,10 diff --git a/third_party/git/t/t4034/fortran/post b/third_party/git/t/t4034/fortran/post deleted file mode 100644 index d308da2ad2e2..000000000000 --- a/third_party/git/t/t4034/fortran/post +++ /dev/null @@ -1,5 +0,0 @@ -print *, "Hello World?" - -DO10I = 1,10 -DO 10 I = 1,10 -DO 1 0 I = 1,10 diff --git a/third_party/git/t/t4034/fortran/pre b/third_party/git/t/t4034/fortran/pre deleted file mode 100644 index 87f0d0b031c1..000000000000 --- a/third_party/git/t/t4034/fortran/pre +++ /dev/null @@ -1,5 +0,0 @@ -print *, "Hello World!" - -DO10I = 1,10 -DO10I = 1,10 -DO10I = 1,10 |