diff --git a/dastworx/src/halstead.d b/dastworx/src/halstead.d index 97db6072..d2a780a2 100644 --- a/dastworx/src/halstead.d +++ b/dastworx/src/halstead.d @@ -1248,7 +1248,6 @@ unittest unittest { - // needs https://github.com/Hackerpilot/libdparse/pull/124 Function r = q{ void foo() @@ -1256,7 +1255,7 @@ unittest asm{mov EAX, SS:CL;} } }.test; - //assert(r.operandsKinds == 3); + assert(r.operandsKinds == 3); assert(r.operatorsKinds == 1); } diff --git a/etc/libdparse b/etc/libdparse index 677b86c0..c05af893 160000 --- a/etc/libdparse +++ b/etc/libdparse @@ -1 +1 @@ -Subproject commit 677b86c08e9705bff5fcd2c95f70fc736aca8a76 +Subproject commit c05af8934d94c87118c6176eb749b4b239e14f55