This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit d5bc586
committed
compiletest: Deduplicate
Currently having a revision named like `MSVC` causes errors because it
gets passed via `--check-prefix` twice; once from the revision name and
once from the default `msvc_or_not` value that compiletest sets. Fix
this by deduplicating revision names before passing the arguments.--check-prefix flags1 parent 0b63586 commit d5bc586
1 file changed
+11
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
1939 | 1939 | | |
1940 | 1940 | | |
1941 | 1941 | | |
1942 | | - | |
| 1942 | + | |
| 1943 | + | |
| 1944 | + | |
1943 | 1945 | | |
1944 | 1946 | | |
1945 | 1947 | | |
1946 | | - | |
| 1948 | + | |
1947 | 1949 | | |
1948 | 1950 | | |
1949 | 1951 | | |
1950 | 1952 | | |
1951 | | - | |
| 1953 | + | |
1952 | 1954 | | |
1953 | 1955 | | |
1954 | 1956 | | |
| |||
1960 | 1962 | | |
1961 | 1963 | | |
1962 | 1964 | | |
| 1965 | + | |
| 1966 | + | |
| 1967 | + | |
| 1968 | + | |
| 1969 | + | |
1963 | 1970 | | |
1964 | 1971 | | |
1965 | 1972 | | |
| |||
0 commit comments