summaryrefslogtreecommitdiff
path: root/Source/DafnyDriver
diff options
context:
space:
mode:
authorGravatar leino <unknown>2015-01-03 00:41:35 -0800
committerGravatar leino <unknown>2015-01-03 00:41:35 -0800
commiteaf920c4580d2e2ffb5ad4ba3bf21c820ff3f085 (patch)
tree985581ae03731b94d05a492afbbd504af68085b7 /Source/DafnyDriver
parentbcb2910254f5e108e65f8f6ff5ab4efe03728f6c (diff)
parentc332e0e3e198940c8566f4a8e1985904956fc808 (diff)
Merge
Diffstat (limited to 'Source/DafnyDriver')
-rw-r--r--Source/DafnyDriver/DafnyDriver.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/DafnyDriver/DafnyDriver.cs b/Source/DafnyDriver/DafnyDriver.cs
index 5918fcfa..854269c1 100644
--- a/Source/DafnyDriver/DafnyDriver.cs
+++ b/Source/DafnyDriver/DafnyDriver.cs
@@ -114,7 +114,7 @@ namespace Microsoft.Dafny
}
- static ExitValue ProcessFiles(List<string/*!*/>/*!*/ fileNames, bool lookForSnapshots = true, string programId = null)
+ static ExitValue ProcessFiles(IList<string/*!*/>/*!*/ fileNames, bool lookForSnapshots = true, string programId = null)
{
Contract.Requires(cce.NonNullElements(fileNames));