You've already forked linux-packaging-mono
Imported Upstream version 6.4.0.137
Former-commit-id: 943baa9f16a098c33e129777827f3a9d20da00d6
This commit is contained in:
parent
e9207cf623
commit
ef583813eb
@@ -5,13 +5,13 @@
|
||||
}
|
||||
.assembly 'dtest-lib' { }
|
||||
|
||||
.class public auto ansi ExceptionFilterTest
|
||||
.class public auto ansi Tests
|
||||
extends [mscorlib]System.Object
|
||||
{
|
||||
.method public static void Main () cil managed
|
||||
.method public static void Main (string[] args) cil managed
|
||||
{
|
||||
.entrypoint
|
||||
call void class ExceptionFilterTest::Test ()
|
||||
call void class Tests::Test ()
|
||||
ret
|
||||
}
|
||||
|
||||
@@ -35,11 +35,11 @@
|
||||
leave end
|
||||
} filter {
|
||||
castclass [mscorlib]System.Exception
|
||||
call int32 class ExceptionFilterTest::Filter([mscorlib]System.Exception)
|
||||
call int32 class Tests::Filter([mscorlib]System.Exception)
|
||||
endfilter
|
||||
} {
|
||||
castclass [mscorlib]System.Exception
|
||||
call void class ExceptionFilterTest::Handler([mscorlib]System.Exception)
|
||||
call void class Tests::Handler([mscorlib]System.Exception)
|
||||
leave end
|
||||
}
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
6ac1934d3bf36a8694c80b93904eb5ddf2895af3
|
||||
1f394d53c53a481ed108fe1e55be458a7fb03923
|
||||
Reference in New Issue
Block a user